Xen Security Modules: ACM.
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Fri, 31 Aug 2007 10:41:49 +0000 (11:41 +0100)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Fri, 31 Aug 2007 10:41:49 +0000 (11:41 +0100)
commit670a6002b949ebb60f7cb3e5d950e163d9314859
treeffbe7deab63545d3bec5a41d750f4163908a5cbd
parentd89af6295418a0aeccfbfffd840e2cc097744bc1
Xen Security Modules: ACM.
Signed-off-by: George Coker <gscoker@alpha.ncsc.mil>
34 files changed:
tools/flask/loadpolicy/flask-loadpolicy [new file with mode: 0755]
tools/libxc/xc_acm.c
tools/python/xen/util/xsm/xsm.py [new file with mode: 0644]
xen/Makefile
xen/Rules.mk
xen/acm/Makefile [deleted file]
xen/acm/acm_chinesewall_hooks.c [deleted file]
xen/acm/acm_core.c [deleted file]
xen/acm/acm_null_hooks.c [deleted file]
xen/acm/acm_policy.c [deleted file]
xen/acm/acm_simple_type_enforcement_hooks.c [deleted file]
xen/arch/x86/setup.c
xen/arch/x86/x86_32/entry.S
xen/arch/x86/x86_64/compat/entry.S
xen/arch/x86/x86_64/entry.S
xen/common/Makefile
xen/common/acm_ops.c [deleted file]
xen/common/domain.c
xen/common/domctl.c
xen/common/event_channel.c
xen/common/grant_table.c
xen/include/acm/acm_hooks.h
xen/include/public/acm.h
xen/include/public/xen.h
xen/include/xen/hypercall.h
xen/xsm/Makefile
xen/xsm/acm/Makefile [new file with mode: 0644]
xen/xsm/acm/acm_chinesewall_hooks.c [new file with mode: 0644]
xen/xsm/acm/acm_core.c [new file with mode: 0644]
xen/xsm/acm/acm_null_hooks.c [new file with mode: 0644]
xen/xsm/acm/acm_ops.c [new file with mode: 0644]
xen/xsm/acm/acm_policy.c [new file with mode: 0644]
xen/xsm/acm/acm_simple_type_enforcement_hooks.c [new file with mode: 0644]
xen/xsm/acm/acm_xsm_hooks.c [new file with mode: 0644]